golang.org/x/net/http2.serverConn.flow (field)
4 uses
golang.org/x/net/http2 (current package)
server.go#L491: sc.flow.add(initialWindowSize)
server.go#L607: flow outflow // conn-wide (not stream-specific) outbound flow control
server.go#L1637: if !sc.flow.add(int32(f.Increment)) {
server.go#L2161: st.flow.conn = &sc.flow // link to conn-level counter
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)